home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" version="1.0"> <xsl:output method="html" version="4.0" encoding="UTF-8" omit-xml-declaration="yes" indent="yes"/> <xsl:include href="./resource/html/propcell.xsl"/> <xsl:template match="/Root"> <html> <TABLE> <TR> <TD align="left" colspan="2"> <h2>QT_TRANSLATE_NOOP("QObject", "Paragon backup capsule")</h2> <img src="hline_gray"/> </TD> </TR> <TR> <TD align="right"> <nobr><b>QT_TRANSLATE_NOOP("QObject", "File system type")</b></nobr> </TD> <TD align="left"> <p> QT_TRANSLATE_NOOP("QObject", "Paragon backup capsule") </p> <p> QT_TRANSLATE_NOOP("QObject", "Backup Capsule is a specially secured place (with it's own independent system layout) on the hard disk which is used to store backup images") </p> </TD> </TR> <TR> <TD colspan="2"> <img src="hline_gray"/> </TD> </TR> </TABLE> </html> </xsl:template> </xsl:stylesheet>